home *** CD-ROM | disk | FTP | other *** search
- ' *********************************************************************
- ' identify.library 11.0 (23.4.99) by Richard Körber
- ' HBASIC functions/subroutines 11.0.0 (5.8.99)
- '
- ' C->HBASIC manual '8-) conversion
- ' © Dámaso D. Estévez <amidde@arrakis.es>
- ' *********************************************************************
- ' Please read the comments/remarks included
- ' in clib/identify_protos.h and library/identify.h files and
- ' the documentation for coders
- ' (all included in the library dev package).
- ' ----------------------------------------------------------
- ' Por favor, lea los comentarios/notas incluidas en los ficheros
- ' clib/identify_protos.h y library/identify.h
- ' y en la documentación para programadores
- ' (todo ello incluido en el paquete para desarrolladores).
- ' *********************************************************************
- ' This file include as remark the arguments required
- ' for each routine and the version from the routine is available.
- ' ---------------------------------------------------------------
- ' Este fichero incluye como comentario los argumentos
- ' requeridos por cada rutina y
- ' la versión de la biblioteca desde la que está disponible.
- ' **********************************************************************
-
- REM $include identify.bc
-
- LIBRARY DECLARE "identify.library"
-
- DECLARE SUB IdHardwareUpdate LIBRARY ' [v8]
- DECLARE FUNCTION IdAlert& LIBRARY ' [v11] - code&, taglist&
- DECLARE FUNCTION IdEstimateFormatSize& LIBRARY ' [v11] - string&, taglist&
- DECLARE FUNCTION IdExpansion& LIBRARY ' [v3] - taglist&
- DECLARE FUNCTION IdFormatString& LIBRARY ' [v11] - string&, buffer&, length&, taglist&
- DECLARE FUNCTION IdFunction& LIBRARY ' [v4] - libname&, offset&, taglist&
- DECLARE FUNCTION IdHardware& LIBRARY ' [v3] - type&, taglist&
- DECLARE FUNCTION IdHardwareNum& LIBRARY ' [v6] - type&, taglist&
-